From: Juanma Barranquero Date: Fri, 15 Apr 2011 01:26:32 +0000 (+0200) Subject: src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4130 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=02049cc6cdcf742c711bc4e52637b0d90631fbb6;p=emacs.git src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). --- diff --git a/src/ChangeLog b/src/ChangeLog index aa2789afec9..8afdc6281ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,10 @@ * process.c (Qprocessp): Don't declare static. * lisp.h (Qprocessp): Declare again. +2011-04-15 Juanma Barranquero + + * font.c (Qopentype): Don't make static (used from w32uniscribe.c). + 2011-04-14 Paul Eggert Improve C-level modularity by making more things 'static'. diff --git a/src/font.c b/src/font.c index 7d8b94bddf2..7fe0815d80e 100644 --- a/src/font.c +++ b/src/font.c @@ -48,7 +48,7 @@ along with GNU Emacs. If not, see . */ #include "nsterm.h" #endif /* HAVE_NS */ -static Lisp_Object Qopentype; +Lisp_Object Qopentype; /* Important character set strings. */ Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;